Package org.eclipse.vtp.framework.interactions.core.commands

Interface Summary
IConversationCommandVisitor A visitor capable of handling conversation commands.
 

Class Summary
BridgeMessageCommand A command that sends a transfer ending to the user.
ConversationCommand Base class for the conversational commands.
DataRequestCommand A command that renders output to the user.
EndMessageCommand A command that ends the conversation with the user.
ExternalReferenceCommand A command that sends an external reference to the user.
FinalCommand FinalCommand.
InitialCommand InitialCommand.
InputRequestCommand A command that accepts input from the user.
MetaDataMessageCommand A command that sends meta-data to the user.
MetaDataRequestCommand A command that requests meta-data from the user.
OutputMessageCommand A command that renders output to the user.
SelectionRequestCommand A command that accepts a selection from the user.
TransferMessageCommand A command that sends a transfer ending to the user.